home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / entwall.dir / 00034_Script_34 < prev    next >
Text File  |  1994-11-28  |  471b  |  18 lines

  1. on enterFrame
  2.   global WallExitFrame
  3.   global WallExitMovie
  4.   
  5.   put  "lowell" into WallExitFrame
  6.   put  "modle3d" into WallExitMovie
  7.   -----------------------------------
  8.   -- set up the cursors for this wall
  9.   
  10.   global lcl,rcl,ucl,dcl,pnt
  11.   set the cursor of sprite 2 to pnt
  12.   set the cursor of sprite 3 to pnt
  13.   set the cursor of sprite 4 to pnt
  14.   set the cursor of sprite 5 to pnt
  15.   set the cursor of sprite 23 to pnt
  16.   
  17.   updateStage
  18. end enterFrame